You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > AddProduct Method > clMatrix.AddProduct Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.AddProduct Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)

Add a product of two vectors.

Syntax
C#
Visual Basic
public TOpenCLMtxVec AddProduct([In] TOpenCLMtxVec Vec1, [In] TOpenCLMtxVec Vec2);

Multiply Vec1 elements with coresponding Vec2 elements and add the result to the calling vector. The size of the calling vector is set implicitly.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!